From a9d923987933940d63124ed1f68c87104551e95d Mon Sep 17 00:00:00 2001 From: Mathieu Malaterre Date: Mon, 26 Apr 2021 08:33:35 +0200 Subject: [PATCH] d/rules: Set ICONV to OFF dcmtk package is build using ICU on Debian, remove invalid setting for ICONV this is confusing. Info: Building DCMTK with character set conversion support using the ICU --- debian/rules | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/debian/rules b/debian/rules index 552fb6e5..40a9eeaa 100755 --- a/debian/rules +++ b/debian/rules @@ -34,7 +34,7 @@ CMAKE_EXTRA_FLAGS += -DCMAKE_BUILD_TYPE:STRING=None \ -DDCMTK_WITH_DOXYGEN:BOOL=$(BUILDDOC) \ -DDCMTK_WITH_TIFF:BOOL=ON \ -DDCMTK_WITH_ZLIB:BOOL=ON \ - -DDCMTK_WITH_ICONV:BOOL=ON \ + -DDCMTK_WITH_ICONV:BOOL=OFF \ -DUSE_COMPILER_HIDDEN_VISIBILITY:BOOL=ON \ -DCMAKE_VERBOSE_MAKEFILE=ON \ -DCMAKE_INSTALL_DATADIC:STRING=share/libdcmtk16 \ -- 2.30.2